home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / foomatic-db-hpijs / README < prev    next >
Encoding:
Text File  |  2009-02-18  |  2.3 KB  |  105 lines

  1.  
  2. Foomatic Data for the HPIJS Printer Drivers
  3. ===========================================
  4.  
  5. foomatic-db-hpijs
  6. -----------------
  7.  
  8.  
  9. Foomatic data for HP's HPIJS (http://hplipopensource.com/) printer
  10. drivers, to be added to the Foomatic database (package foomatic-db).
  11.  
  12.  
  13. Till Kamppeter <till.kamppeter@gmail.com>
  14.  
  15. http://www.openprinting.org/
  16.  
  17. This README contains mainly info for developers. See the file USAGE if
  18. you want to know how to use this package.
  19.  
  20.  
  21. Copying
  22. -------
  23.  
  24. This package and also the other Foomatic packages are under the
  25. GPL. See http://www.gnu.org/.
  26.  
  27.  
  28. Bugs
  29. ----
  30.  
  31. If you spot a data error or any other bug, please report it on the
  32. OpenPrinting bug tracking system:
  33.  
  34. http://bugs.linux-foundation.org/
  35.  
  36. Choose "OpenPrinting" as the product and "foomatic-db-engine" as the
  37. component.
  38.  
  39. Do not report bugs of the HPIJS driver itself here, nor of PPDs
  40. provided or generated by the HPLIP package. Report all these bugs to
  41. http://launchpad.net/hplip/.
  42.  
  43.  
  44. Intro
  45. -----
  46.  
  47. This is the stable version of Foomatic. This version is also the base
  48. of our database web interface on
  49.  
  50. http://www.openprinting.org/
  51.  
  52.  
  53. Programs and important files from this package
  54. ----------------------------------------------
  55.  
  56. configure.ac
  57.  
  58.   The source from which GNU autoconf generates the "configure" script
  59.  
  60. acinclude.m4
  61.  
  62.   Additional macros for the "configure" script
  63.  
  64. make_configure
  65.  
  66.   Calls aclocal and autoconf to generate "configure" from "configure.ac" 
  67.   and "acinclude.m4"
  68.  
  69. Makefile.in
  70.  
  71.   The template from which "configure" generates the Makefile
  72.  
  73. install-sh
  74.  
  75.   Helper script for "configure"
  76.  
  77. data-generators/hpijs/hpijs-printermap
  78.  
  79.   List of all printers supported by HPIJS with Foomatic printer ID,
  80.   manufacturer/model ID for HPIJS, compatibility class, and maximum paper
  81.   size
  82.  
  83. data-generators/hpijs/hpijs-generator
  84.  
  85.   Script which makes Foomatic XML files (1 driver, 5 options) with the
  86.   help of data-generators/hpijs/hpijs-printermap. Give the database
  87.   directory as command line argument.
  88.  
  89. data-generators/hpijs/hpijs-remover
  90.  
  91.   Script which removes the  Foomatic XML files for HPIJS. Give the database
  92.   directory as command line argument.
  93.  
  94.  
  95. Dependencies
  96. ------------
  97.  
  98. This package requires a Perl interpreter and the Foomatic database,
  99. foomatic-db.
  100.  
  101. foomatic-db-engine 4.0.0 or newer is required to handle the data in
  102. this package.
  103.  
  104. See the USAGE file for installation details.
  105.